AEDisposeDesc
AEDisposeDesc Deallocate memory used by a descriptor record
#include <AppleEvents.h> Apple Event Manager
OSErr AEDisposeDesc(theAEDesc );
AEDesc * theAEDesc ; descriptor record to deallocate
The AEDisposeDesc function deallocates the memory used by a
descriptor record. Because all Apple event structures (except for
keyword-specified descriptor records) are descriptor records, you can use
AEDisposeDesc for any of them.
The parameter theAEDesc is the descriptor record to deallocate.
Result codes
noErr (0) No error